home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / tcp / AmiTCP_bin_22.lha / AmiTCP-2.2 / README.FIRST < prev    next >
Text File  |  1993-11-19  |  5KB  |  165 lines

  1. * Credits
  2.  
  3.   See the file `COPYRIGHTS' for the copyright information of the
  4.   AmiTCP/IP and included material.
  5.  
  6. * License
  7.  
  8.   The GNU General Public License version 2 (see the file `COPYING')
  9.   applies to the whole distribution, except for files explicitly
  10.   stated in the file `COPYRIGHTS'.
  11.  
  12. * This Release
  13.  
  14.   This is a bug fix release, which contains also some improvements
  15.   over 2.0 and 2.1.
  16.  
  17.  
  18.   New Features on 2.2:
  19.  
  20.     * AmiTCP:
  21.     - The Sana-II device is automatically marked `up' when it is put
  22.       `online' (no need to issue `ifconfig ... up' anymore).
  23.     - Interactive IP packets are given higher priority IO requests.
  24.     - Added routing table dump.
  25.      - Added arp table dump
  26.  
  27.     * rhslip.device, rhcslip.device:
  28.     - outgoing packets are queued in priority order
  29.  
  30.     * inet-handler: (was on 2.1 too)
  31.         - new file handler to allow ordinary dos commands to move data 
  32.       across the net.
  33.  
  34.     * EmacsTCP:
  35.     - added forms.el(c) and background.el(c), which the gopher.el
  36.       needs, to the distribution.
  37.  
  38.     * NapsaTerm:
  39.     - Added a resource "pubScreenName" used to select public screen.
  40.  
  41.     * netstat:
  42.     - Added routing table dump (netstat ROUTES).
  43.  
  44.   Fixed Bugs on 2.2:
  45.  
  46.     * AmiTCP:
  47.     - Fixed off by one errors in log date and month names.
  48.     - Fixed a bug inherited from the BSDSS4 code. Selecting processes
  49.       were never woken up if they did not have the asynchronous mode
  50.       set.
  51.  
  52.     * NapsaTerm:
  53.     - Fixed a nasty bug causing gurus when a window couldn't be opened.
  54.  
  55.     * NcFtp:
  56.     - Carsten Heyl fixed some bugs reported by the users, no know bugs 
  57.       should remain.
  58.  
  59.   New Features on 2.1:
  60.  
  61.     * AmiTCP:
  62.     - A timestamp is added to the log messages.
  63.     - Faster checksum calculation implemented in assembler.
  64.     * netlib: 
  65.     - User and group database handling routines are added to the
  66.       net.lib. Release includes example databases for `ls' and
  67.       `finger' utilities, which use these databases. See file
  68.       doc/netlib.doc for more information of user and group
  69.       databases.
  70.     - A real gettimeofday() using locale is also added. 
  71.     * finger: 
  72.     - New application, prints information about local and remote
  73.       users.
  74.     * fingerd:
  75.     - Calls now finger when asked for local users. (This feature
  76.       requires Apipe-handler by Per Bojsen, Apipe-handler can be
  77.       found e.g. on Fish disk 783.)
  78.     * ls:
  79.     - New application, an imitation of Unix directory lister.
  80.       Supports multiuser filesystems. Included as an example of
  81.       user and group database usage.
  82.     * Napsaterm:
  83.     - Default window title is now the name of the remote host. 
  84.     - A public screen can be used with -S switch (thanks trossi!).
  85.     * SynClock:
  86.     - A simple script which synchronize clock in Amiga with
  87.       specified host in network. 
  88.  
  89.   Fixed Bugs on 2.1:
  90.  
  91.     * AmiTCP 
  92.     API:
  93.     - WaitSelect() could return random bits in the fd_sets
  94.     - Hostname returned by gethostbyaddr() is now '\0' terminated,
  95.       alias and address lists NULL terminated.
  96.     - SetDTableSize() copied too large table, if descriptor size
  97.       was reduced.
  98.     kern/kern_synch.c: 
  99.     - Remove() in the timer message handling, the message is
  100.       handled now with WaitIO().
  101.     net/if.c: 
  102.     - Bug with SIOCGIFCONF ioctl's (it returned the
  103.       interface name in the old style format).
  104.     * Napsaterm: 
  105.     rcmd.c:
  106.     - A bug with OOB data handling, which hanged Napsaterm sometimes.
  107.     * (c)slip.device:
  108.     env/sana2/slip0.config & env/sana2/cslip0.config:
  109.     - Removed the `CD' switch from these example configuration files.
  110.  
  111.  
  112. * How to Contact Authors?
  113.  
  114.   Authors of the AmiTCP/IP can be reached from the e-mail address
  115.  
  116.     <AmiTCP-Group@hut.fi>
  117.  
  118.   The e-mail address for bug reports is:
  119.  
  120.     <AmiTCP-Bug@hut.fi>
  121.  
  122.   There is also a mailing list for the developers, <AmiTCP@hut.fi>. You
  123.   can join it by sending a request to:
  124.  
  125.     <AmiTCP-Request@hut.fi>
  126.  
  127.   Please include a word `ADD' along with your mail address in a single
  128.   line in your message body.
  129.  
  130.   Any problems and suggestions can also be discussed in the newsgroup
  131.   comp.sys.amiga.datacomm.
  132.  
  133. * Programs in the Binary Distribution
  134.  
  135.   We have included some useful programs in the binary archive. Their
  136.   sources are not included, however.
  137.  
  138.   FTP and Telnet 
  139.  
  140.   The FTP and Telnet clients included in the binary distribution are
  141.   supplied by:
  142.  
  143.     Mark Tomlinson <mark@garden.equinox.gen.nz>
  144.     Goeff McCaughan <geoff@equinox.gen.nz>
  145.  
  146.   You are should send your comments about FTP and Telnet to them.
  147.  
  148.   Source code for these two programs can be found from the Aminet
  149.   under the directory comm/net.
  150.  
  151.   NcFTP - Alternative user interface for FTP
  152.  
  153.   Author is Mike Gleanson, NCEMRSoft <mgleason@cse.unl.edu>. Port was
  154.   made by Carsten Heyl <ch@irb.informatik.uni-dortmund.de>. Source
  155.   code for NcFTP and other programs ported by Carsten Heyl can be
  156.   fetched with anonymous ftp from from AmiNet directory comm/net or
  157.   from nic.funet.fi:/pub/amiga/datacomm/tcpip.
  158.  
  159.   NetFS -- network file system between Amigas
  160.  
  161.   Author is Timo Rossi, <trossi@jyu.fi>. With NetFS it is
  162.   possible to use Amiga filesystems accross network.
  163.  
  164.  
  165.